Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tumbleweed: RPi4: Add LTP containers, commands, syscalls #516

Merged
merged 2 commits into from
Oct 16, 2024

Conversation

pevik
Copy link
Contributor

@pevik pevik commented Sep 4, 2024

It's useful to test these also on bare metal machine.
Also fix adjust LTP_TAINT_EXPECTED value for cve runtest file on RPi 4.

@DimStar77 FYI

VR: https://openqa.opensuse.org/tests/overview?build=ltp-rpi

@Avinesh
Copy link
Contributor

Avinesh commented Sep 4, 2024

@pevik , changes looks fine. Do we have any verification runs already?

@pevik
Copy link
Contributor Author

pevik commented Sep 4, 2024

Unfortunately no verification due https://progress.opensuse.org/issues/165800 (see https://openqa.opensuse.org/tests/4453481#step/firstrun/15).
I can do verification after os-autoinst/os-autoinst-distri-opensuse#20097 is merged.

@mloviska
Copy link
Contributor

mloviska commented Sep 4, 2024

Unfortunately no verification due https://progress.opensuse.org/issues/165800 (see https://openqa.opensuse.org/tests/4453481#step/firstrun/15). I can do verification after os-autoinst/os-autoinst-distri-opensuse#20097 is merged.

I am honestly lost what to do with that PR as testapi default password has been changed. Not sure why it happens for the community jeos. Anyway, if you want to avoid the user creation in UI just set WIZARD_SKIP_USER=1

@mloviska
Copy link
Contributor

mloviska commented Oct 4, 2024

The issue mention in the description has been resolved by adding WIZARD_SKIP_USER=1 into the medium definition of those tests. Hopefully there is no other blocker over here. If there is anything, please let me know

@pevik pevik force-pushed the ltp-rpi branch 6 times, most recently from 5d27aa4 to 28c932a Compare October 11, 2024 12:40
According to a68add8 only 0x13801 is needed as a base value for LTP
tests on Tumbleweed. Add also RPi specific 0x400 - "Staging driver was
loaded" => 0x13c01.

This effectively removes Leap/SLES specific "Unsupported module was
loaded" (0x80000000).

Fixes: 51b2002 ("LTP: tw: aarch64: Add expected taint flag for RPi4")
Signed-off-by: Petr Vorel <[email protected]>
It's useful to test these also on bare metal machine.

Generally containers runtest file should not need any LTP_TAINT_EXPECTED
setup, but RPi needs for any LTP job 0x400 (Staging driver was loaded).

The others jobs use 0x13c01 (0x13801 from a68add8 with RPi specific 0x400).

Signed-off-by: Petr Vorel <[email protected]>
@pevik pevik merged commit c7d88b3 into os-autoinst:master Oct 16, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants